AllArrayElements

Indicates that all elements of the currently selected array(s) are to be selected It is serialized as a JsonNull

Functions

Link copied to clipboard
open operator fun contains(that: ClaimPathElement): Boolean

Indication of whether the current instance contains the other.

Link copied to clipboard
inline fun <T> ClaimPathElement.fold(ifAllArrayElements: () -> T, ifArrayElement: (Int) -> T, ifClaim: (String) -> T): T
Link copied to clipboard
open override fun toString(): String